@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/** header **/
header{
	width: 100%;
	height: auto;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
}
.hea_bar{
	height: auto;
	background: #b80a0c;
	border-bottom: 1px solid #c83636;
}
.hea_bar01{
	height: auto;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	padding:0;
}
.hea_bar01 select{
	color: #111;
	outline: none;
	padding:0 15px;
	border:none;
}



.hea_bar02{
	height: auto;
	padding:0;
}
.hea_bar02 ul{
	float: right;
	border-left: 1px solid #c83636;
}
.hea_bar02 ul li{
	float: left;
	border-right: 1px solid #c83636;
}
.hea_bar02 ul li a{
	display: block;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	padding:0 25px;
}
.hea_bar02 ul li a i{
	font-size: 16px;
	margin-right: 8px;
}
.hea_bar02 ul li a:hover{
	background: #fdce00;
	color: #111;
}
.hea_bar02 ul li.headh a{
	background: #fdce00;
	color: #111;
}
.hea_cen{
	height: auto;
	background: #282c35;
}
.logo{
	height: auto;
	padding:10px 0;
}
.logo img{
	height: 60px;
}
.menu{
	height: auto;
	padding:0;
	position: relative;
}
.menu ul{
	height: auto;
	float: right;
}
.menu ul li{
	float: left;
}
.menu_bt{
	height: auto;
}
.menu_bt a{
	display: block;
	line-height: 80px;
	padding:0 30px;
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #282c35;
	border-right: 1px solid #282c35;
}
.menu_bt a:hover{
	background: #b80a0c;
	border-left: 1px solid #c83636;
	border-right: 1px solid #c83636;
}
#menu_on .menu_bt a{
	background: #b80a0c;
	border-left: 1px solid #c83636;
	border-right: 1px solid #c83636;
}
.menu_xiala{
	width: 100%;
	height: auto;
	position: absolute;
	top:80px;
	left:0;
	background: #b80a0c;
	display: none;
	padding:30px 15px;
	border-right: 1px solid #c83636;
	border-bottom: 1px solid #c83636;
	border-left: 1px solid #c83636;
}
.menu_xiala ul{
	width: 100%;
	height: auto;
}
.menu_xiala ul li{
	height: auto;
}
.menu_xiala ul li a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #c83636;
	padding:0 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.menu_xiala ul li a:hover{
	background: #fdce00;
	color: #111;
	border-bottom: 1px solid #f7dd6a;
}
/** header **/
/** banner **/
.banner{
	height: auto;
	margin-top: 121px;
}
/** banner **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:50px 0;
}
.syab{
	height: auto;
}
.syab1{
	height: auto;
}
.syab_tp{
	height: 420px;
	background: url(../images/syab_tp.jpg) center center no-repeat;
	background-size: cover;
}
.syab2{
	height: 420px;
	position: relative;
}
.syab_nr{
	width: 150%;
	height: auto;
	border:2px solid #b80a0c;
	padding:30px 50px 40px;
	position: absolute;
	top:50%;
	right: 0;
	background: #fff;
	margin-top: -135px;
}
.syab_bt{
	line-height: 35px;
	font-size: 20px;
	color: #111;
	font-weight: bold;
}
.syab_wzjs{
	height: auto;
	margin-top: 15px;
}
.syab_wzjs p{
	line-height: 25px;
	font-size: 14px;
	color: #111;
}
.syab_nr a{
	display: block;
	width: 130px;
	height: auto;
	background: #b80a0c;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	position: absolute;
	bottom: -25px;
	right:50px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.syab_nr a:hover{
	background: #fdce00;
    color: #111;
}
/** sy_ab **/
/** sy_fwxm **/
.sy_fwxm{
	height: auto;
	padding:50px 0 20px;
	background: #b80a0c;
	position: relative;
	background: url(../images/sy_fwxm.jpg) top center no-repeat;
	background-size: cover;
}
.sy_fwxm:before{
	content: "";
	width: 100%;
	height: 35%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left:0;
}
.sy_bt{
	height: auto;
	text-align: center;
}
.sy_bt i{
	font-size: 30px;
	color: #fdce00;
}
.sy_bt01{
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	margin-top: 5px;
}
.sy_bt02{
	line-height: 25px;
	font-size: 16px;
	color: #d2d2d2;
	margin-top: 5px;
}
.syxm_box{
	height: auto;
	background: #fff;
	margin-top: 35px;
	padding:45px 30px 0;
}
.syxm_box ul{
	height: auto;
}
.syxm_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.syxm_box ul li a{
	display: block;
}
.syxm_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.syxm_tp img{
	height: 270px;
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.syxw_bt{
	height: auto;
	line-height: 45px;
	border-bottom: 1px dotted #ddd;
}
.syxw_bt01{
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding-left: 0;
}
.syxw_bt02{
	font-size: 24px;
	color: #999;
	text-align: right;
	padding-right: 0;
}
.syxm_box ul li a:hover .syxm_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.syxm_box ul li a:hover .syxw_bt01{
	color: #b80a0c;
}
.syxm_box ul li a:hover .syxw_bt02{
	color: #b80a0c;
}
/** sy_fwxm **/
/** sj_shebei **/
.sj_shebei{
	height: auto;
	padding:0 0 20px;
}
.sj_shebei .sy_bt01{
	color: #111;
}
.sj_shebei .sy_bt02{
	color: #636262;
}
.sysb_con{
	height: auto;
	margin-top: 35px;
}
.sysb_con ul{
	height: auto;
}
.sysb_con ul li{
	height: auto;
	margin-bottom: 30px;
}
.sysb_con ul li a{
	display: block;
}
.sysb_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.sysb_tp img{
	height: 230px;
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.sysb_bt{
	line-height: 45px;
	font-size: 16px;
	color: #111;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding:0 15px;
}
.sysb_con ul li a:hover .sysb_bt{
	background: #b80a0c;
	color: #fff;
}
.sysb_con ul li a:hover .sysb_tp img{
	 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** sj_shebei **/
/** sy_tiao **/
.sy_tiao{
	height: auto;
	padding:50px 0;
	background: url(../images/sy_tiao.jpg) center center no-repeat;
	background-size: cover;
}
.sytiao1{
	height: auto;
}
.sytiao_wz{
	float: left;
	line-height: 60px;
	color: #b80a0c;
	font-size: 50px;
	font-weight: bold;
}
.sytiao_wz1{
	float:left;
	margin-left: 15px;
}
.sytiao_wz1a{
	line-height: 25px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
    font-style: italic;
}
.sytiao_wz1b{
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
}
.sytiao2{
	height: auto;
}
.sytioa_zxrx{
	height: auto;
	float: right;
}
.sytioa_zxrx1{
	height: auto;
}
.sytioa_tb{
	width: 60px;
	height: auto;
	float: left;
}
.sytioa_tbwz{
	height: auto;
	float: left;
	margin-left: 15px;
}
.sytioa_tbwz01{
	line-height: 30px;
	font-size: 28px;
	color: #b80a0c;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
}
.sytioa_zxrx2{
	height: auto;
}
/** sy_tiao **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:50px 0 20px;
}
.sy_case .sy_bt01{
	color: #111;
}
.sy_case .sy_bt02{
	color: #636262;
}
.syal_con{
	height: auto;
	margin-top: 35px;
}
.syal_con01{
	height: auto;
}
.syal_con01 a{
	display: block;
	position: relative;
	overflow: hidden;
}
.syal_con01 a img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.syal_con02{
	height: auto;
	padding-left: 0;
}
.syal_con02 ul{
	height: auto;
}
.syal_con02 ul li{
	height: auto;
	margin-bottom: 33px;
}
.syal_con02 ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.syal_con02 ul li a img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.syal_bt{
	width: 100%;
	line-height: 40px;
	background: #b80a0c;
	position: absolute;
	bottom: -40px;
	left:0;
	text-align: center;
	padding:0 15px;
	font-size: 16px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
	background: rgba(184,10,12,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8b80a0c,endColorstr=#C8b80a0c);
}
.syal_con01 a:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.syal_con02 ul li a:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** sy_case **/
/** sy_fwlc **/
.sy_fwlc{
	height: auto;
	padding-bottom: 50px;
}
.sy_fwlc .sy_bt01{
	color: #111;
}
.sy_fwlc .sy_bt02{
	color: #636262;
}
.syfw_lc{
	height: auto;
	margin-top: 35px;
}
.syfw_lc ul{
	height: auto;
	text-align: center;
}
.syfw_lc ul li{
	height: auto;
	display: inline-block;
	margin:0 15px;
	vertical-align: top;
}
.syfw_tb{
	width: 100px;
	height: auto;
	border:1px solid #b80a0c;
	border-radius: 100%;
	padding:24px 0;
	-moz-transform: perspective(0px) rotateY(0deg);
  -webkit-transform: perspective(0px) rotateY(0deg);
  transform: perspective(0px) rotateY(0deg);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.syfw_wz{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	margin-top: 10px;
}
.syfw_lc ul li i{
	margin-top: 35px;
	color: #b80a0c;
	font-size: 30px;
}
.syfw_lc ul li:hover .syfw_tb{
	-moz-transform: perspective(800px) rotateY(360deg);
-webkit-transform: perspective(800px) rotateY(360deg);
transform: perspective(800px) rotateY(360deg);
transition: all 1s;
-webkit-transition: all 1s;
}
.syfw_lc ul li:hover .syfw_wz{
	color: #b80a0c;
}
/** sy_fwlc **/
/** sy_news **/
.sy_news{
	height: auto;
	padding: 50px 0 10px;
    background: #b80a0c;
    position: relative;
    background: url(../images/sy_news.jpg) top center no-repeat;
	background-size: cover;
}
.sy_news:before {
    content: "";
    width: 100%;
    height: 18%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.syxw_box{
	height: auto;
    background: #fff;
    margin-top: 35px;
    padding: 30px 30px;
}
.syxw_box01{
	height: auto;
}
.syxw_box02{
	height: auto;
}
.demo{width:100%;position:relative;}
.demo h2{font-size:16px;height:44px;color:#3366cc;margin-top:20px;}
.demo dl dt{font-size:14px;color:#ff6600;margin-top:30px;font-weight:800;}
.demo dl dt,.demo dl dd{line-height:22px;}
.tabbtn{height:auto;}
.tabbtn li{position:relative; display: inline-block;vertical-align: middle;    margin: 0px 30px 0 0; position: relative;}
.tabbtn li a{display:block; height:auto;line-height:40px;overflow:hidden;text-align:center;font-size:20px;cursor:pointer; color: #111; font-weight: bold;position: relative;}
.tabbtn li.current{}
.tabbtn li.current a{color: #b80a0c;}
.tabbtn li em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
}
.tabbtn li a:hover em{
	animation: test 0.4s ease;
    border: 1px solid #b80a0c;
    width: 100%; 
}
.tabbtn li.current a em{
	animation: test 0.4s ease;
    border: 1px solid #b80a0c;
    width: 100%; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
/* tabcon */
.tabcon{position:relative;height:auto;overflow:hidden;margin-top:20px;}
.tabcon .subbox{position:absolute;left:0;top:0;}
.tabcon .sublist{height:auto;}


.tabbtn li ~ li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #999;
}

.synews_tp{
	height: 210px;
}
.synews_tp a{
	display: block;
	height: 100%;
}
.synews_bt{
	height: auto;
}
.synews_bt a{
	display: block;
	line-height: 45px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	border-bottom: 1px solid #dbdbdb;
	font-size: 16px;
	color: #333;
}
.synews_list{
	height: auto;
	margin-top: 10px;
}
.synews_list ul{
	height: auto;
}
.synews_list ul li{
	height: auto;
}
.synews_list ul li a{
	display: block;
	line-height: 35px;
}
.synews_title{
	padding-left: 0;
	color: #333;
	font-size: 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.synews_time{
	text-align: right;
	padding-right: 0;
	color: #999;
	font-size: 14px;
}
.syxw_top{
	height: auto;
}
.syxw_top01{
	height: auto;
}
.syxw_top01 a{
	width: 80px;
	display: block;
	line-height: 40px;
	color: #b80a0c;
	font-size: 20px;
	font-weight: bold;
    position: relative;
    margin-left: 0;
}

.syxw_top01 a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
    animation: test 0.4s ease;
    border: 1px solid #b80a0c;
    width: 100%;
}
.syxw_top02{
	height: auto;
	text-align: right;
	padding-right: 0;
}
.syxw_top02 a{
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	line-height: 40px;
	    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.syxw_top02 a:hover{
	color: #b80a0c;
}
.syxw_leib{
	height: auto;
	margin-top: 20px;
}
.syxw_leib ul{
	height: auto;
}
.syxw_leib ul li{
	height: auto;
	margin-bottom: 15px;
}
.syxw_leb1{
	height: auto;
}
.synews_tp1{
	height: 105px;
}
.synews_tp1 a{
	display: block;
	height: 100%;
}
.syxw_leb2{
	height: auto;
}
.syxw_lebt{
	height: auto;
}
.syxw_lebt a{
	line-height: 30px;
	font-size: 15px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.syxw_lebnr{
	height: auto;
	margin-top: 10px;
}
.syxw_lebnr p{
	font-size: 13px;
    color: #717171;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.synews_bt a:hover{
	color: #b80a0c;
}
.synews_list ul li a:hover .synews_title{
	color: #b80a0c;
}
.syxw_lebt a:hover{
	color: #b80a0c;
}
/** sy_news **/
/** city_box **/
.city_box{
	height: auto;
	padding:30px 0;
	background: url(../images/city_box.jpg) center center no-repeat fixed;
	position: relative;
}
.city_lbg{
	width: 37%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #b80a0c;

background: rgba(184,10,12,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5b80a0c,endColorstr=#E5b80a0c);
}
.city_zj{
	height: auto;
	position: relative;
    z-index: 1;
}
.city_left{
	height: auto;
}
.city_btmc{
	width: 100%;
	border: 1px dotted #e75758;
	height: auto;
	text-align: center;
}
.city_btzjk{
	height: auto;
	padding:38px 15px;
}
.city_dtb{
	width: 50px;
	height: 50px;
	margin:0 auto;
}
.city_btmc1{
	line-height: 35px;
    font-size: 24px;
    color: #fff;
}
.city_btmc2{
	line-height: 20px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #eee;
}




.city_right{
	height: auto;
}
.clear{
	clear: both;
}
.city_list{
	height: auto;
	background: #fff;
	padding:22px;
}
.city_list ul{
	height: auto;
}
.city_list ul li{
	height: auto;
	float: left;
	margin: 6px 6px;
}
.city_list ul li a{
	display: block;
	border: 1px dotted #ddd;
    padding: 2px 15px;
}
.city_tb{
	width: 35px;
	height: 35px;
	margin:0 auto; display: none;
}
.city_nm{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #111;
}
.city_list ul li a:hover{
	background: #b80a0c;
	border: 1px dotted #b80a0c;
}
.city_list ul li a:hover .city_nm{
	color: #fff;
}
/** city_box **/
/** link **/
.link{
	height: auto;
	padding:30px 0;
}
.link_bt{
	line-height: 40px;
	font-size: 18px;
	color: #111;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.link_bt:before{
	content: "";
	width: 80px;
	height: 2px;
	background: #b80a0c;
	position: absolute;
	bottom: -1px;
	left:0;
}
.link_bt span{
	margin-left: 15px;
	font-weight: 400;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #999;
}
.link_nr{
	height: auto;
	margin-top: 15px;
}
.link_nr ul{
	height: auto;
}
.link_nr ul li{
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	position: relative;
}
.link_nr ul li a{
	display: block;
	line-height: 25px;
	font-size: 15px;
	color: #333;
}
.link_nr ul li a:hover{
	color: #b80a0c;
}
.link_nr li ~ li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #d7d6d6;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	background: #282c35;
	padding:20px 0;
}
.footer_left{
	height: auto;
}
.footer_menu{
	height: auto;
	border-bottom: 1px solid #424242;
	padding-bottom: 10px;
}
.footer_menu ul{
	height: auto;
}
.footer_menu ul li{
	width: 12.5%;
	float: left;
}
.footer_menu ul li a{
	display: block;
	line-height: 25px;
	font-size: 15px;
}
.footer_menu ul li a:hover{
	color: #fff;
}
.footer_info{
	height: auto;
	margin-top: 25px;
}
.footer_info p{
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 15px;
}
.footer_info p i{
	width: 30px;
	height: 30px;
	background: #cbcbcb;
	margin-right:15px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	color: #333;
}
.footer_right{
	height: auto;
}
.footer_ewm{
	height: auto;
	padding: 0 5px;
}
.ewm_tp{
	height: auto;
}
.ewm_tp img{
	max-width: 100%;
}
.ewm_bt{
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
}
.footer02{
	height: auto;
	background: #b80a0c;
	padding:5px 0;
}
.banquan{
	height: auto;
	padding: 0;
}
.banquan p{
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	margin:0;
}
.banquan p a{
	color: #fff;
}
.banquan p a:hover{
	color: #fdce00;
}
.jszc{
	height: auto;
	text-align: right;
}
.jszc p{
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	margin:0;
}
.jszc p a{
	color: #fff;
}
.jszc p a:hover{
	color: #fdce00;
}
/** footer **/
/** ny_banner **/
.ny_banner{
	height: 300px;
	margin-top: 121px;
	background: url(../images/ny_banner.jpg) center center no-repeat;
	background-size: cover;
}
.ny_banbt{
	height: auto;
	margin-top: 95px;
	text-align: center;
}
.ny_banbt01{
	line-height: 40px;
    font-size: 36px;
	color: #b80a0c;
}
.ny_banbt02{
	    line-height: 60px;
    font-size: 50px;
	color: #333;
	margin-top:10px;
}
/** ny_banner **/
/** ny_mbx **/
.ny_mbx{
	height: auto;
	border-bottom: 1px solid #ddd;
	line-height: 45px;
	font-size: 14px;
	color: #111;
}
.ny_mbx .row{
	padding:0 15px;
}
.ny_mbx a{
	color: #333;
}
.ny_mbx i{
	margin:0 10px;
}
.ny_mbx a:hover{
	color: #b80a0c;
}
/** ny_mbx **/
/** inner_box **/
.inner_box{
	height: auto;
	padding:50px 0;
}
.inner_ab{
	height:auto;
}
.inner_ab01{
	height: auto;
	padding-right: 50px;
}
.inab_tp{
	height: 500px;
	background: url(../images/inab_tp.jpg) center center no-repeat;
	background-size: cover;
}
.inner_ab02{
	height: auto;
}
.inab_bt{
	line-height: 30px;
	font-size: 24px;
	color: #111;
	margin-top: 30px;
}
.inab_nr{
	height: auto;
	margin-top: 15px;
	text-indent: 2em;
}
.inab_nr p{
	line-height: 30px;
    font-size: 16px;
    color: #333;
}
/** inner_box **/
/** inner_xm **/
.inner_xm{
	height: auto;
	margin-bottom: 10px;
}
.inner_xm .syxm_box{
	margin-top: 0;
	padding:0;
}
/** inner_xm **/
/** page **/
.page{
	height: auto;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 2px;
}
.page ul li a{
	display: block;
	padding: 0 18px;
    font-size: 14px;
    line-height: 40px;
    color: #222222;
    background: #e8e8e8;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.page ul li a:hover{
	background: #b80a0c;
	color: #fff;
}
#page_on a{
	background: #b80a0c;
	color: #fff;
}
/** page **/
/** inner_jcsb **/
.inner_jcsb{
	height: auto;
	margin-bottom: 10px;
}
.inner_jcsb .sysb_con{
	margin-top: 0;
}
/** inner_jcsb **/
/** inner_case **/
.inner_case{
	height: auto;
	margin-bottom: 10px;
}
.inner_case ul{
	height: auto;
}
.inner_case ul li{
	height: auto;
	margin-bottom: 30px;
}
.inner_case ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.inner_case ul li a img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.nyal_bt{
	width: 100%;
	line-height: 40px;
	background: #b80a0c;
	position: absolute;
	bottom: 0;
	left:0;
	text-align: center;
	padding:0 15px;
	font-size: 16px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	background: rgba(184,10,12,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8b80a0c,endColorstr=#C8b80a0c);
}
.inner_case ul li a:hover img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_case ul li a:hover .nyal_bt{
	background: rgba(253,206,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8fdce00,endColorstr=#C8fdce00);
	color: #111;
}
/** inner_case **/
/** inner_honor **/
.inner_honor{
	height: auto;
	margin-bottom: 10px;
}
.inner_honor ul{
	height: auto;
}
.inner_honor ul li{
	height: auto;
	margin-bottom: 30px;
}
.inner_honor ul li a{
	display: block;
}
.honor_tp{
	height: auto;
	border:1px solid #f1ebeb;
}
.honor_bt{
	line-height: 40px;
	font-size: 15px;
	color: #111;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	border-bottom: 1px dotted #f1ebeb;
}
.inner_honor ul li a:hover .honor_bt{
	color: #b80a0c;
}
/** inner_honor **/
/** inner_news **/
.ny_fenlei{
	height: auto;
}
.ny_fenlei ul{
	height: auto;
	text-align: center;
}
.ny_fenlei ul li{
	display: inline-block;
	margin:0 10px;
}
.ny_fenlei ul li a{
	display: block;
	line-height: 35px;
	border:1px solid #b80a0c;
	font-size: 14px;
	padding:0 30px;
	color: #b80a0c;
}
.ny_fenlei ul li a:hover{
	background: #b80a0c;
	color: #fff;
}
#nyfl_on a{
	background: #b80a0c;
	color: #fff;
}
.inner_news{
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
.inner_news .syxw_leib{
	margin-top: 0;
}
.inner_news .syxw_leb1{
	padding-left: 0;
}
.inner_news .syxw_leib ul li{
	margin-bottom: 30px;
}
.inner_news .synews_tp1{
	height: 121px;
}
.inner_news .syxw_lebt a{
	font-size: 18px;
}
.inner_news .syxw_lebnr p{
	font-size: 16px;
	height: 60px;
    line-height: 30px;
}
.inner_news .syxw_lebt{
	margin-top: 5px;
}
.inner_news .syxw_leib a:hover{
	color: #b80a0c;
}


.news_dotxq{
	height: auto;
}
.news_dotxq1{
	height: auto;
}
.tjwz_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	position: relative;
}
.tjwz_bt:before{
	content: "";
	width: 70px;
	height: 2px;
	background: #b80a0c;
	position: absolute;
	bottom: 0;
	left:0;
}
.tjwz_list{
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tjwz_list ul{
	height: auto;
}
.tjwz_list ul li{
	height: auto;
}
.tjwz_list ul li a{
	display: block;
	line-height: 35px;
	font-size: 15px;
	color: #333;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.tjwz_list ul li a i{
	margin-right: 5px;
	color: #b80a0c;
}
.tjwz_list ul li a:hover{
	color: #b80a0c;
}
.news_dotxq2{
	height: auto;
	padding-left: 50px;
}
.news_dotbt{
	line-height: 35px;
	font-size: 20px;
	color: #111;
	text-align: center;
}
.news_dotbt1{
	line-height: 25px;
	font-size: 14px;
	color: #999;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	margin-top: 5px;
}
.news_dotbt1 a{color: #999;}
.news_dotbt1 a:hover{
	color: #b80a0c;
}
.dotxq_box{
	height: auto;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #333;
}
.dotxq_box p{
	text-indent: 2em;
}
.dotxq_box div{
	text-indent: 2em;
}
.dotxq_box img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}

.syxy{
	height: auto;
	margin:30px 0;
}
.syxy p{
	line-height: 30px;
	margin:0;
	font-size: 15px;
	color: #999;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.syxy p a{
	color: #999;
}
.syxy p a:hover{
	color: #b80a0c;
}

.fanhui{
	width:200px;
	height: auto;
}
.fanhui a{
	display: block;
	border:1px solid #b80a0c;
	line-height:40px;
	text-align: center;
	font-size: 16px;
	color: #b80a0c;
	position: relative;
	 -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.fanhui a:hover{
	color: #fff;
	background: #b80a0c;
	border:1px solid #fff;
}
/** inner_news **/
/** inner_lxwm **/
.inner_lxwm{
	height: auto; 
}
.inner_lxwm01{
	height: auto;
}
.inner_lxwm01 h2{
	line-height: 40px;
	font-size: 24px;
	color: #111;
	position: relative;
}
.inner_lxwm01 h2:before{
	content: "";
	width: 50px;
	height: 3px;
	background: #b80a0c;
	position: absolute;
	bottom: -15px;
	left:0;
}
.inner_lxinfo{
	height: auto;
	margin-top: 35px;
}
.inner_lxinfo p{
	line-height: 30px;
	font-size: 17px;
	color: #333;
}
.inner_lxinfo p i{
	margin-right: 10px;
	width: 20px;
	color: #b80a0c;
}
.inner_lxwm02{
	height: auto;
}
#dituContent{
	width: 100%;
	height: 280px;
	border:1px solid #ddd;
}
/** inner_lxwm **/
/** map_box **/
.map_box{
	height: auto;
}
.map_box ul{
	height: auto;
}
.map_box ul li{
	height: auto;
	border-bottom: 1px solid #ddd;
	padding:10px 0;
}
.map_left{
	height: auto;
}
.map_left a{
	display: block;
	line-height: 35px;
	font-size: 18px;
	color: #111;
}
.map_left a i{
	margin-right: 10px;
}
.map_left a:hover{
	color: #b80a0c;
}
.map_right{
	height: auto;
}
.map_right a{
	float: left;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	margin-right: 25px;
}
.map_right a i{
	margin-right: 8px;
}
.map_right a:hover{
	color: #b80a0c;
}
/** map_box **/
@media (min-width: 1350px) {
	.container{
		width: 1300px;
	}
}
@media (min-width: 1200px) and (max-width: 1349px) {
	.menu_bt a{
		padding: 0 20px;
		font-size: 13px;
	}
}
@media (min-width: 1000px) and (max-width: 1199px) {
	.menu_bt a{
		padding: 0 15px;
		font-size: 13px;
	}
	.logo img{
		height: 50px;
    	margin-top: 5px;
	}
	.footer_info p{
		font-size: 13px;
	}
	.footer_menu ul li a{
		font-size: 13px;
	}
	.syfw_wz{
		line-height: 25px;
    font-size: 13px;
	}
	.syfw_tb{
		width: 92px;
		padding:20px 0;
	}
	.syfw_lc ul li{
		margin: 0 10px;
	}
	.syfw_lc ul li i{
		margin-top: 31px;
		font-size: 20px;
	}
}
@media (min-width: 860px) and (max-width: 999px) {
	.menu_bt a{
		padding: 0 15px;
		font-size: 12px;
	}
	.logo img{
		height: 40px;
    	margin-top:10px;
	}
	.hea_bar02 ul li a{
		font-size: 12px;
		padding: 0 20px;
	}
	.container{
		width: 98%;
	}
	.logo{
		width: 20%;
	}
	.menu{
		width: 80%;
	}
	.footer_info p{
		font-size: 13px;
	}
	.footer_menu ul li a{
		font-size: 13px;
	}
	.syfw_wz{
		line-height: 25px;
    font-size: 13px;
	}
	.syfw_tb{
		width: 92px;
		padding:20px 0;
	}
	.syfw_lc ul li{
		margin: 0 10px;
	}
	.syfw_lc ul li i{
		margin-top: 31px;
		font-size: 20px;
	}
	.hea_bar01{
		width: 28%;
	}
	.hea_bar02{
		width: 72%;
	}


	.city_list ul li a{padding: 2px 10px;}
	.city_nm{ font-size: 13px; }

	.ewm_bt{
		font-size: 12px;
	}


}
@media (min-width: 769px) and (max-width: 859px) {
	.menu_bt a{
		padding: 0 10px;
		font-size: 12px;
	}
	.logo img{
		height: 30px;
    	margin-top:15px;
	}
	.hea_bar02 ul li a{
		font-size: 12px;
		padding: 0 13px;
	}
	.container{
		width: 98%;
	}
	.logo{
		width: 18%;
	}
	.menu{
		width: 82%;
	}
	.menu_xiala ul li a{
		line-height: 35px;
    	font-size: 12px;
	}
	.footer_info p{
		font-size: 12px;
		    line-height: 25px;
		    padding: 0 5px;
	}
	.footer_menu ul li a{
		font-size: 12px;
	}
	.syfw_wz{
		line-height: 25px;
    font-size: 13px;
	}
	.syfw_tb{
		width: 72px;
    padding: 13px 13px;
	}
	.syfw_tb img{
		width: 100%;
	}
	.syfw_lc ul li{
		margin: 0 5px;
	}
	.syfw_lc ul li i{
		margin-top: 31px;
		font-size: 20px;
	}
	.footer_info p i{
		width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
	}
	.banquan p{
		font-size: 12px;
	}
	.jszc p{
		font-size: 12px;
	}
	.synews_time{
		font-size: 13px;
	}
	.synews_title{
		font-size: 14px;
	}
	.ewm_bt{
		font-size: 12px;
	}
	.sytiao2{
		padding:0;
	}
	.sytioa_tb{
		width: 50px;
	}
	.sytioa_tb img{
		max-width: 100%;
	}
	.sytioa_tbwz01{
		line-height: 25px;
    	font-size: 20px;
	}
	.sytioa_zxrx{
		margin-top: 5px;
	}
	.hea_bar01{
		width: 31%;
	}
	.hea_bar02{
		width: 69%;
	}

	.city_list ul li{margin: 6px 5px;}
	.city_list ul li a{padding: 2px 8px;}
	.city_nm{ font-size: 12px; }

	.ewm_bt{
		font-size: 12px;
	}
	.footer_right{
		padding:0 5px;
	}

}

/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{border-bottom:1px dotted #c83636;}
.navbar-nav li a{ color:#f8d3d3;font-size: 14px;}
.navbar-nav li a:hover{ color:#00a0e9;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#b80a0c;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#fff;}
.navbar-collapse{ border-top:1px solid #c83636;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.logo_boxlist img{
	height: 40px;
	margin-top: 5px;
}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#fff;
	}
	
.phone_banner{
	height: auto;
	margin-top: 50px;
}

.sy_ab{
	padding:30px 0;
}	
.syab_tp{
	height: 200px;
}	
.syab2{
	height: auto;
	padding:0 15px;
}
.syab_nr{
	width: 100%;
	border: 1px solid #b80a0c;
    padding: 20px 30px 30px;
    position: static;
    top: auto;
    right: auto;
    margin-top: 15px;
}
.syab_bt{
	    line-height: 30px;
    font-size: 18px;
}
.syab_wzjs{
	margin-top: 10px;
}
.syab_wzjs p{
	font-size: 13px;
}
.syab_nr a{
	font-size: 13px;
	line-height: 35px;
	bottom: -15px;
}
	
.sy_fwxm{
	padding:30px 15px 10px;
}
.sy_bt i{
	font-size: 20px;
}
.sy_bt01{
	line-height: 30px;
    font-size: 18px;
}
.sy_bt02{
	line-height: 22px;
    font-size: 13px;
    margin-top: 2px;
}
.syxm_box{
	margin-top: 15px;
	padding: 20px 5px 0;
}
.syxw_bt01{
	font-size: 13px;
}
.syxw_bt02{
	font-size: 18px;
}
.syxw_bt{
	line-height: 35px;
}
.syxm_box ul li{
	margin-bottom: 15px;
}
.sysb_con{
	margin-top: 20px;
}
.sysb_bt{
	line-height: 35px;
    font-size: 14px;
}
.sysb_con ul li{
	margin-bottom: 15px;
}
.sj_shebei{
	padding: 0 0 5px;
}
.sy_tiao{
	padding: 20px 0;
	background: url(../images/sy_tiao1.jpg) center center no-repeat;
	background-size: cover;
}
.sytiao_wz{
	line-height: 56px;
	font-size: 20px;
}
.sytiao_wz1{
	margin-left: 10px;
}
.sytiao_wz1a{
	line-height: 18px;
    font-size: 12px;
}
.sytiao_wz1b{
	line-height: 20px;
    font-size: 14px;
    margin-top: 0px;
}
.sytioa_zxrx{
	float: left;
	margin-top: 10px;
}
.sytioa_tb{
	width: 45px;
}
.sytioa_tb img{
	width: 100%;
}
.sytioa_tbwz01{
	line-height: 25px;
    font-size: 18px;
}

.sy_case{
	padding: 30px 0 10px;
}
.syal_con{
	margin-top: 15px;
}
.syal_con02{
	padding:0;
	margin-top: 15px;
}
.syal_con02 ul li{
	margin-bottom: 15px;
}
.syfw_lc{
	margin-top: 15px;
}
.syfw_tb img{
	width: 100%;
}
.syfw_tb{
	width: 60px;
	padding: 10px;
}
.syfw_wz{
	line-height: 25px;
    font-size: 13px;
        margin-top: 3px;
}
.syfw_lc ul li{
	margin: 0 5px 8px;
}
.syfw_lc ul li i{
	margin-top: 25px;
	font-size: 18px;
}
.sy_fwlc{
	padding-bottom: 15px;
}
.sy_news{
	padding: 30px 15px 0;
}
.syxw_box{
	margin-top: 15px;
	padding: 15px 15px;
}
.tabbtn li a{
	line-height: 35px;
	font-size: 15px;
}
.tabcon{
	margin-top: 15px;
}
.synews_tp {
    height: 100px;
}
.synews_bt a{
	line-height: 35px;
	font-size: 13px;
}
.synews_title{
	width: 70%;
}
.synews_time{
	width: 30%;
	padding:0;
	font-size: 12px;
}
.synews_title{
	font-size: 13px;
}
.synews_list{
	margin-top: 5px;
}
.syxw_top01{
	padding-left: 0;
}
.syxw_top01 a{
	width: 60px;
	line-height: 35px;
	font-size: 15px;
}
.syxw_top02{
	padding-left: 0;
}
.syxw_top02 a{
	font-size: 12px;
}
.syxw_leib{
	margin-top: 10px;
}
.syxw_leb1{
	padding: 0;
}
.syxw_box02{
	margin-top: 5px;
}
.syxw_leib ul li{
	margin-bottom: 5px;
}
.syxw_lebt a{
	line-height: 25px;
    font-size: 13px;
}
.syxw_lebnr{
	margin-top: 2px;
}
.syxw_lebnr p{
	font-size: 12px;
}
.synews_tp1{
	height: 80px;
}
.footer_menu ul li{
	width: 25%;
}
.footer_menu ul li a{
	line-height: 22px;
    font-size: 12px;
}
.footer01{
	padding: 10px 0;
}
.footer_menu{
	    padding-bottom: 5px;
}
.footer_info{
	margin-top: 15px;
}
.footer_info p i{
	width: 25px;
    height: 25px;
	margin-right: 10px;
	line-height: 25px;
}
.footer_info p{
	line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
    padding:0;
}
.footer_ewm{
	float: left;
}
.ewm_bt{
	font-size: 12px;
}
.footer02{
	padding:5px 15px;
}
.banquan p{
	line-height: 22px;
    font-size: 12px;
}
.jszc{
	text-align: left;
	padding:0;
}
.phone_zxkf{
	width: 100%;
	height: auto;
	background:#fff;
	position: fixed;
	bottom: 0;
	left:0;
	border-top: 1px solid #ddd;
	z-index: 999;
}
.phone_zxkf ul{
	height: auto;
}
.phone_zxkf ul li{
	height: auto;
	padding:0;
}
.phone_zxkf ul li a{
	display: block;
	border-right: 1px solid #ddd;
	text-align: center;
	padding:5px;
}
.phone_zxkf ul li:nth-child(4) a{
	border-right: none;
}
.zxkf_tb{
	font-size: 20px;
	color: #b80a0c;
}
.zxkf_tb .fa-qq{
	font-size: 17px;
}
.zxkf_bt{
	line-height: 20px;
	font-size: 12px;
	color: #111;
}
.warp{
	padding-bottom: 59px;
}

.ny_banner{
	margin-top: 50px;
	height: 120px;
}
.ny_banbt{
	margin-top: 29px;
	padding:0 15px;
}
.ny_banbt01{
	line-height: 30px;
    font-size: 24px;
}
.ny_banbt02{
	line-height: 30px;
    font-size: 24px;
    margin-top: 2px;
}
.ny_mbx{
	line-height: 35px;
    font-size: 12px;
}
.inner_box{
	padding:30px 0;
}
.inner_ab01{
	padding-right: 15px;
}
.inab_tp{
	height: 220px;
}
.inab_bt{
	line-height: 25px;
    font-size: 18px;
    margin-top: 15px;
}
.inab_nr{
	margin-top: 10px;
}
.inab_nr p{
	line-height: 25px;
    font-size: 13px;
}
.page ul li{
	margin:2px 2px;
}
.page ul li a{
	padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
}
.inner_xm{
	margin-bottom: 5px;
}
.inner_jcsb{
	margin-bottom: 5px;
}
.nyal_bt{
	line-height: 30px;
	padding: 0 10px;
    font-size: 13px;
}
.inner_case ul li{
	margin-bottom: 15px;
}
.inner_case{
	margin-bottom: 5px;
}
.inner_honor ul li{
	margin-bottom: 15px;
}
.honor_bt{
	line-height: 35px;
    font-size: 13px;
}
.inner_honor{
	margin-bottom: 5px;
}
.ny_fenlei ul li{
	margin: 0 5px;
}
.ny_fenlei ul li a{
	line-height: 30px;
	font-size: 13px;
    padding: 0 20px;
}
.inner_news{
	margin-top: 20px;
    margin-bottom: 5px;
}
.inner_news .syxw_lebt a{
	font-size: 15px;
}
.inner_news .syxw_lebnr p{
	font-size: 13px;
    height: 50px;
    line-height: 25px;
}
.inner_news .synews_tp1{
	height: 95px;
}
.inner_news .syxw_leib ul li{
	margin-bottom: 15px;
}
.news_dotxq2{
	padding-left: 15px;
}
.news_dotbt{
	line-height: 25px;
    font-size: 16px;
}
.news_dotbt1{
	line-height: 20px;
    font-size: 12px;
}
.dotxq_box{
	    margin-top: 15px;
    line-height: 25px;
    font-size: 13px;
}
.syxy{
	margin: 15px 0;
}
.syxy p{
	line-height: 25px;
	font-size: 13px;
}
.fanhui{
	width: 160px;
}
.fanhui a{
	line-height: 35px;
	font-size: 14px;
}
.news_dotxq1{
	margin-top: 15px;
}
.tjwz_bt{
	line-height: 25px;
    font-size: 14px;
}
.tjwz_list{
	margin-top: 5px;
    margin-bottom: 10px;
}
.tjwz_list ul li a{
	line-height: 30px;
    font-size: 13px;
}
.inner_lxwm01 h2{
	line-height: 25px;
    font-size: 16px;
}
.inner_lxwm01 h2:before{
	    height: 2px;
	    bottom: -10px;
}
.inner_lxinfo{
	margin-top: 25px;
}
.inner_lxinfo p{
	line-height: 25px;
    font-size: 14px;
}
.inner_lxinfo p i{
	margin-right: 8px;
    width: 15px;
}
.inner_lxwm02{
	margin-top: 10px;
}
#dituContent{
	height: 200px;
}
.map_left a{
	line-height: 25px;
    font-size: 14px;
}
.map_right a{
	line-height: 25px;
    font-size: 12px;
    margin-right: 20px;
}
.map_right{
	margin-top: 5px;
}
.map_box{
	padding:0 15px;
}
.map_box ul li{
	padding: 5px 0;
}
.synews_list ul li a{
	line-height: 28px;
}
.link_bt{
	line-height: 35px;
    font-size: 15px;
}
.link_bt span{
	margin-left: 10px;
}
.link_nr{
	margin-top: 10px;
}
.link_nr ul li a{
	line-height: 22px;
    font-size: 13px;
}


.city_box{
	padding: 20px 0;
	background: url(../images/city_box1.jpg) center center no-repeat;
	background-size: cover;
}
.city_lbg{
	width: 50%;
}
.city_btmc1{
	line-height: 30px;
    font-size: 18px;
}
.city_btmc2{
	line-height: 15px;
    font-size: 12px;
}
.city_dtb{
	width: 36px;
	height: 36px;
}
.city_dtb img{
	width: 100%;
}
.city_right{
	margin-top: 15px;
}
.city_list{
	padding:15px;
}
.city_list ul li{
	margin: 5px 5px;
}
.city_nm{
	line-height: 25px;
    font-size: 13px;
}
.city_list ul li a{
	    padding: 2px 7px;
}

.syxm_tp img{
	height: 100px;
}
.sysb_tp img{
	height: 200px;
}

.city_btzjk{
	height: auto;
	padding:15px;
}
	
}
/** 移动端 **/
/** index **/


